home *** CD-ROM | disk | FTP | other *** search
- ;---------------------------------------;
- ; ZAPCODE Printer Make File (PMF) ;
- ; for the Epson LQ-1010. ;
- ; ;
- ; (C) Copyright 1990 Robert L. Morton ;
- ; All Rights Reserved ;
- ;---------------------------------------;
-
- PRINTER = "Epson LQ-1010"
- RESET = 27,64
-
- NAME = "Line Feed"
- DESC = "Advance paper to the next line."
- CODES = 10
-
- NAME = "Form Feed"
- DESC = "Advance paper to the top of the"
- "next page."
- CODES = 12
-
- NAME = "Clear Printer Buffer"
- DESC = "Clear all data from printer"
- "buffer."
- CODES = 24
-
- NAME = "Sound Beeper"
- DESC = "Sound the printer's beeper."
- CODES = 7
-
- NAME = "Cut Sheet Feeder ON"
- DESC = "Activate cut sheet feeder."
- "This command should not be used"
- "unless the cut sheet feeder is"
- "installed."
- CODES = 27,25,4
-
- NAME = "Cut Sheet Feeder OFF"
- DESC = "Deactivates cut sheet feeder."
- "This command should not be used"
- "unless the cut sheet feeder is"
- "installed."
- CODES = 27,25,0,0
-
- NAME = "Cut Sheet Feeder Eject"
- DESC = "Ejects a sheet from the cut sheet"
- "feeder. This command should not be"
- "used unless the cut sheet feeder"
- "is installed."
- CODES = 27,25,82
-
- NAME = "Select NLQ Print"
- DESC = "Activate Near Letter Quality (NLQ)"
- "printing. Characters printed in NLQ"
- "are crisper and more like the"
- "characters produced by a type-"
- "writer."
- CODES = 27,120,1
-
- NAME = "Select Draft Quality Print"
- DESC = "Activate Draft Quality printing."
- "Use draft for printing drafts and"
- "other documents that you want to"
- "print quickly."
- CODES = 27,120,0,0
-
- NAME = "Select Typestyle"
- DESC = "Select a new typestyle."
- CODES = 27,120,1,27,107,0
- "Please select typestyle by entering"
- "one of the following decimal"
- "values:"
- " "
- "0 = Roman"
- "1 = Sans Serif"
- "2 = Courier *"
- "3 = Prestige *"
- "4 = Script *"
- "5 = OCR-B *"
- "6 = OCR-A *"
- "7 = Orator *"
- "8 = Orator-S *"
- " "
- "* Available only if the appropriate"
- " font module is installed."
- " "
- "Example: Entering 1 selects the"
- "Sans Serif font."
- 0
-
- NAME = "Select Character Style"
- DESC = "Select from normal, outline, shadow"
- "and outline with shadow character"
- "styles."
- CODES = 27,113,0
- "Please select character style by"
- "entering one of the following"
- "decimal values:"
- " "
- "Value Character Style"
- "----- ---------------"
- " 0 Normal"
- " 1 Outline"
- " 2 Shadow"
- " 3 Outline/Shadow"
- " "
- "Example: Entering 2 selects shadow"
- "type characters."
- 0
-
- NAME = "Select International Character Set"
- DESC = "Select the international character"
- "set to be used."
- CODES = 27,82,0
- "Please select character set by"
- "entering one of the following"
- "decimal values:"
- " "
- "0 = USA"
- "1 = France"
- "2 = Germany"
- "3 = England"
- "4 = Denmark I"
- "5 = Sweden"
- "6 = Italy"
- "7 = Spain I"
- "8 = Japan"
- "9 = Norway"
- "10 = Denmark II"
- "11 = Spain II"
- "12 = Latin America"
- "13 = Korea"
- "64 = Legal"
- " "
- "Example: Entering 2 selects the"
- "German character set."
- 0
-
- NAME = "Select Graphic Character Set I"
- DESC = "Select graphic character set I."
- "Command is operational only when"
- "graphic character set is selected"
- "by ""Select Alternate Character"
- "Set""."
- CODES = 27,55
-
- NAME = "Select Graphic Character Set II"
- DESC = "Select graphic character set II."
- "Command is operational only when"
- "graphic character set is selected"
- "by ""Select Alternate Character"
- "Set""."
- CODES = 27,54
-
- NAME = "Select Alternate Character Set"
- DESC = "Select alternate character set."
- CODES = 27,116,0
- "Please select character set by"
- "entering one of the following"
- "decimal values:"
- " "
- "Value Character Set"
- "----- ---------------------"
- " 0 Italic"
- " 1 Graphic character set"
- " "
- "Example: Entering 1 selects the"
- "graphic character set."
- 0
-
- NAME = "Select Character Generator"
- DESC = "Select ROM or downloaded character"
- "generator."
- CODES = 27,37,0
- "Please select character generator"
- "by entering one of the following"
- "decimal values:"
- " "
- "Value Generator"
- "----- ----------"
- " 0 ROM"
- " 1 Downloaded"
- " "
- "Example: Entering 1 selects the"
- "downloaded character generator."
- 0
-
- NAME = "Copy ROM CG to Downloaded CG"
- DESC = "Copy the internal ROM character"
- "generator to the downloadable font"
- "area."
- CODES = 27,58,0,0,0,0,0,0
-
- NAME = "Select 10 CPI (Pica)"
- DESC = "Activate 10 characters per inch"
- "(cpi) printing."
- CODES = 27,80
-
- NAME = "Select 12 CPI (Elite)"
- DESC = "Activate 12 characters per inch"
- "(cpi) printing."
- CODES = 27,77
-
- NAME = "Select 15 CPI (Micron)"
- DESC = "Activate 15 characters per inch"
- "(cpi) printing."
- CODES = 27,103
-
- NAME = "Double Width ON"
- DESC = "Activate double width print."
- "Characters are printed twice their"
- "normal width."
- CODES = 27,87,1
-
- NAME = "Double Width OFF"
- DESC = "Deactivate double width print."
- "Characters are printed their normal"
- "width."
- CODES = 27,87,0,0
-
- NAME = "Double Height ON"
- DESC = "Activate double height print."
- "Characters are printed twice their"
- "normal height."
- CODES = 27,119,1
-
- NAME = "Double Height OFF"
- DESC = "Deactivate double height print."
- "Characters are printed their normal"
- "height."
- CODES = 27,119,0,0
-
- NAME = "Emphasized ON"
- DESC = "Activate emphasized print."
- "Characters are printed twice. The"
- "second time, character is offset"
- "horizontally."
- CODES = 27,69
-
- NAME = "Emphasized OFF"
- DESC = "Deactivate emphasized print."
- CODES = 27,70
-
- NAME = "Double-Strike ON"
- DESC = "Activate double-strike print."
- "Characters are printed twice. The"
- "second time, character is offset"
- "vertically."
- CODES = 27,71
-
- NAME = "Double-Strike OFF"
- DESC = "Deactivate double-strike print."
- CODES = 27,72
-
- NAME = "Compressed ON"
- DESC = "Activate compressed print. If"
- "pitch is 10 cpi, compressed will"
- "produce 17.1 cpi. If pitch is 12"
- "cpi, compressed will produce 20"
- "cpi."
- CODES = 15
-
- NAME = "Compressed OFF"
- DESC = "Deactivate compressed print."
- CODES = 18
-
- NAME = "Superscript ON"
- DESC = "Activate superscript print."
- "Characters are printed at an offset"
- "above the normal print line."
- CODES = 27,83,0,0
-
- NAME = "Superscript OFF"
- DESC = "Deactivate superscript print."
- CODES = 27,84
-
- NAME = "Subscript ON"
- DESC = "Activate subscript print."
- "Characters are printed at an offset"
- "below the normal print line."
- CODES = 27,83,1
-
- NAME = "Subscript OFF"
- DESC = "Deactivate subscript print."
- CODES = 27,84
-
- NAME = "Italics ON"
- DESC = "Activate italics print. Characters"
- "are slanted to the right."
- CODES = 27,52
-
- NAME = "Italics OFF"
- DESC = "Deactivate italics print."
- CODES = 27,53
-
- NAME = "Underline ON"
- DESC = "Activate underline print."
- "Characters, including the space,"
- "are underscored."
- CODES = 27,45,1
-
- NAME = "Underline OFF"
- DESC = "Deactivate underline print."
- CODES = 27,45,0,0
-
- NAME = "Score ON"
- DESC = "Activate underline, strike-through,"
- "or overscore in either single/"
- "double continuous or single/double"
- "broken."
- CODES = 27,40,45,3,0,0,1,0
- "Please select type of score by"
- "entering one of the following"
- "decimal values:"
- " "
- "Value Score"
- "----- --------------"
- " 1 Underline"
- " 2 Strike-through"
- " 3 Overscore"
- " "
- "Example: Entering 3 selects over-"
- "score."
- 0,0
- "Please select type of score line by"
- "entering one of the following"
- "decimal values:"
- " "
- "Value Score Line"
- "----- ----------------------"
- " 1 Single continuous line"
- " 2 Double continuous line"
- " 5 Single broken line"
- " 6 Double broken line"
- " "
- "Example: Entering 6 selects a"
- "a double broken line."
- 0
-
- NAME = "Score OFF"
- DESC = "Deactivate scoring."
- CODES = 27,40,45,3,0,0,1,1,0,0
-
- NAME = "Proportional Spacing ON"
- DESC = "Activate proportional spacing."
- "Spacing between letters is adjusted"
- "to compensate for the varying"
- "widths of individual characters."
- CODES = 27,112,1
-
- NAME = "Proportional Spacing OFF"
- DESC = "Deactivate proportional spacing."
- CODES = 27,112,0,0
-
- NAME = "Print Unidirectional"
- DESC = "Print from left to right only."
- CODES = 27,85,1
-
- NAME = "Print Bidirectional"
- DESC = "Print from both left to right and"
- "right to left."
- CODES = 27,85,0,0
-
- NAME = "Print Suppress Mode ON"
- DESC = "Activate print suppress mode."
- "Printer will ignore all data sent"
- "to it."
- CODES = 19
-
- NAME = "Print Suppress Mode OFF"
- DESC = "Deactivate print suppress mode."
- CODES = 17
-
- NAME = "Set Character Spacing"
- DESC = "Set the amount of space to the"
- "right of each character."
- CODES = 27,32,0
- "Enter number of dots per inch (dpi)"
- "to space to the right of each"
- "character."
- " "
- "Range: 0 to 127 decimal."
- " "
- "Example: Entering 25 (decimal)"
- "would space 25 dpi to the right"
- "of each character."
- 0
-
- NAME = "Set Line Spacing 1/8"""
- DESC = "Set line spacing to 1/8 of an inch."
- CODES = 27,48
-
- NAME = "Set Line Spacing 1/6"""
- DESC = "Set line spacing to 1/6 of an inch."
- CODES = 27,50
-
- NAME = "Set Line Spacing n/180"""
- DESC = "Set line spacing in any increment"
- "of 180ths of an inch."
- CODES = 27,51,0
- "Enter new line spacing in"
- "increments of 180ths of an inch."
- " "
- "Range: 0 to 255 decimal."
- " "
- "Example: Entering 90 (decimal)"
- "would set line spacing at 90/180""."
- 0
-
- NAME = "Set Line Spacing n/60"""
- DESC = "Set line spacing in any increment"
- "of 60ths of an inch."
- CODES = 27,65,0
- "Enter new line spacing in"
- "increments of 60ths of an inch."
- " "
- "Range: 0 to 85 decimal."
- " "
- "Example: Entering 30 (decimal)"
- "would set line spacing at 30/60""."
- 0
-
- NAME = "Set Form Length In Inches"
- DESC = "Set the current form length in"
- "inches."
- CODES = 27,67,0,0,0
- "Enter number of inches to set the"
- "current form length."
- " "
- "Range: 1 to 22 decimal."
- " "
- "Example: Entering 11 (decimal)"
- "would set the current form length"
- "to 11 inches."
- 0
-
- NAME = "Set Form Length In Lines"
- DESC = "Set the current form length in"
- "lines."
- CODES = 27,67,0
- "Enter number of lines to set the"
- "current form length."
- " "
- "Range: 1 to 127 decimal."
- " "
- "Example: Entering 68 (decimal)"
- "would set the current form length"
- "to 68 lines."
- 0
-
- NAME = "Set Perforation Skip Distance"
- DESC = "Set the distance the printer should"
- "skip when the perforation is"
- "encountered."
- CODES = 27,78,0
- "Enter number of lines to skip when"
- "perforation is encountered."
- " "
- "Range: 1 to 127 decimal."
- " "
- "Example: Entering 18 (decimal)"
- "would cause printer to skip 18"
- "lines when perforation is"
- "encountered."
- 0
-
- NAME = "Cancel Skip Over Perforation"
- DESC = "Cancel perforation skip operation."
- CODES = 27,79
-
- NAME = "Set Left Margin"
- DESC = "Set the left margin."
- CODES = 27,108,0
- "Enter character column position in"
- "which to set the left margin."
- " "
- "Range: 0 to 254 decimal."
- " "
- "Example: Entering 15 (decimal)"
- "while printer is in 10 cpi, would"
- "set the left margin at 1 1/2""."
- 0
-
- NAME = "Set Right Margin"
- DESC = "Set the right margin."
- CODES = 27,81,0
- "Enter character column position in"
- "which to set the right margin."
- " "
- "Range: 1 to 255 decimal."
- " "
- "Example: Entering 80 (decimal)"
- "while printer is in 10 cpi, would"
- "set right margin at 8""."
- 0
-
- NAME = "Set Justification"
- DESC = "Set the type of text alignment to"
- "be used."
- CODES = 27,97,0
- "Enter one of the following to"
- "select type of justification:"
- " "
- "0 to justify left."
- "1 to justify center."
- "2 to justify right."
- "3 to justify left & right."
- " "
- "The above values are in decimal."
- " "
- "Example: Entering 2 (decimal) would"
- "set justification to the right."
- 0
-
- NAME = "Set Horizontal Tabs"
- DESC = "Set up to 32 horizontal tab stops."
- CODES = 27,68,0
- "Enter up to 32 tab stops in"
- "ascending order in decimal:"
- " "
- "Range: 1 to 255 decimal."
- " "
- "Example: Entering 10,20,30,40 would"
- "set four tab stops at locations 10,"
- "20, 30, and 40 on the print line."
- 0,0,0
-
- NAME = "Cancel Horizontal Tabs"
- DESC = "Cancel all horizontal tab stops."
- CODES = 27,68,0,0
-
-